docs(v0.2.3): add TF32 design doc and demo script#47
Merged
Conversation
- Add docs/tf32_tensorcore_design.md with: - PTX mma.sync fragment mapping (empirically verified) - cp.async double-buffering pipeline - Kernel architecture and tiling parameters - Performance results and API usage - CUTLASS reference for future optimization - Add examples/demo_v023.py demonstrating: - gp.matmul(a, b, use_tf32=True) - gp.get_device_capabilities() - Performance benchmark (FP32 vs TF32) - Correctness validation Demo results (RTX 3090 Ti): - 2048x2048: 10.66 TFLOPS (1.33x speedup) - 4096x4096: 21.42 TFLOPS (1.63x speedup) - 8192x8192: 28.44 TFLOPS (1.66x speedup) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/tf32_tensorcore_design.md- comprehensive TF32 TensorCore design documentationexamples/demo_v023.py- demo script showcasing v0.2.3 featuresDocumentation Contents
docs/tf32_tensorcore_design.mdexamples/demo_v023.pyDemo Results (RTX 3090 Ti)
Test plan
Closes partial requirements for #41
🤖 Generated with Claude Code